`sbt package` results in huge war file - how to make it smaller?

Posted by rdeshpande on Stack Overflow See other posts from Stack Overflow or by rdeshpande
Published on 2010-05-05T15:23:32Z Indexed on 2010/05/05 15:28 UTC
Read the original article Hit count: 116

Filed under:
|
|
|

Hey all,

I'm currently using SBT to manage my Lift project. I'd like to deploy it, but when I run 'sbt package' it produces a 60MB war file. This seems pretty large - are there ways I could cut down the size?

Thanks!

© Stack Overflow or respective owner

Related posts about scala

Related posts about sbt